ContainsKey Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Tests if the key is present in the part of the dictionary being viewed.

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
public override sealed bool ContainsKey(
	TKey key
)
Visual Basic (Declaration)
Public Overrides NotOverridable Function ContainsKey ( _
	key As TKey _
) As Boolean
Visual C++
public:
virtual bool ContainsKey (
	TKey key
) override sealed

Parameters

key
TKey
Key to check for.

Return Value

True if the key is within this view.

See Also